From a55a6ac0c17a69f0d7cdc6521655e2b3da04a6e9 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 3 Nov 2004 13:53:15 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.349 (4188e2cbR6doktD-yeswH0_Zif5mIQ) merge --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66d2db6afa..615191c8fe 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ all: dist # build and install everything into local dist directory dist: xen tools kernels docs + install -m0644 ./COPYING $(DIST_DIR) + install -m0644 ./README $(DIST_DIR) + install -m0755 ./install.sh $(DIST_DIR) # install everything into the standard system directories # NB: install explicitly does not check that everything is up to date! @@ -65,7 +68,7 @@ mkpatches: world: $(MAKE) clean $(MAKE) kdelete - $(MAKE) all + $(MAKE) dist # clean doesn't do a kclean clean: -- 2.30.2